home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00133.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  162 b   |  12 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   append(stamp, 1)
  6.   append(mucus, 0)
  7.   append(relations, 0)
  8.   showDays()
  9.   setupDayBook()
  10.   cursor(0)
  11. end
  12.